home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uDebug.dfm < prev    next >
Encoding:
Text File  |  2005-01-26  |  1.8 KB  |  83 lines

  1. object frmDebug: TfrmDebug
  2.   Left = 353
  3.   Top = 323
  4.   Width = 535
  5.   Height = 164
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Debug'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Menu = MainMenu1
  16.   OldCreateOrder = False
  17.   OnResize = MemoChange
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 527
  24.     Height = 118
  25.     Align = alClient
  26.     Color = cl3DLight
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clMaroon
  29.     Font.Height = -9
  30.     Font.Name = 'Lucida Console'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     ScrollBars = ssVertical
  35.     TabOrder = 0
  36.     OnChange = MemoChange
  37.   end
  38.   object FormPlacement1: TFormPlacement
  39.     IniFileName = 'Software\floAt\MobileAgent'
  40.     IniSection = 'DebugWindow'
  41.     UseRegistry = True
  42.     Left = 32
  43.     Top = 56
  44.   end
  45.   object MainMenu1: TMainMenu
  46.     Images = Form1.ImageList2
  47.     Left = 68
  48.     Top = 56
  49.     object Log1: TMenuItem
  50.       Caption = 'Log'
  51.       object SaveAs1: TMenuItem
  52.         Caption = 'Save As...'
  53.         Enabled = False
  54.         ImageIndex = 44
  55.         OnClick = SaveAs1Click
  56.       end
  57.       object N1: TMenuItem
  58.         Caption = '-'
  59.       end
  60.       object Clear1: TMenuItem
  61.         Caption = 'Clear All'
  62.         Enabled = False
  63.         ImageIndex = 6
  64.         OnClick = Clear1Click
  65.       end
  66.       object N2: TMenuItem
  67.         Caption = '-'
  68.       end
  69.       object Close1: TMenuItem
  70.         Caption = 'Close'
  71.         OnClick = Close1Click
  72.       end
  73.     end
  74.   end
  75.   object SaveDialog1: TSaveDialog
  76.     DefaultExt = 'log'
  77.     Filter = 'Log Files|*.log|All Files|*.*'
  78.     Title = 'Save Log As...'
  79.     Left = 104
  80.     Top = 56
  81.   end
  82. end
  83.